+2005-01-31 Matthias Clasen <mclasen@redhat.com>
+
+ * modules/input/gtkimcontextxim.c: Use NULL, not 0 to terminate
+ NULL-terminated va lists. (#165683)
+
2005-01-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_set_draw):
2005-01-27 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
+ Make wrapping work in RTL mode.
+
* gtk/gtkaboutdialog.c: Some visual tweaks to the about dialog,
obey HIG spacing a bit more, add a hand cursor when over the
link button. (#163979, Jorn Baayen)
+2005-01-31 Matthias Clasen <mclasen@redhat.com>
+
+ * modules/input/gtkimcontextxim.c: Use NULL, not 0 to terminate
+ NULL-terminated va lists. (#165683)
+
2005-01-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_set_draw):
2005-01-27 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
+ Make wrapping work in RTL mode.
+
* gtk/gtkaboutdialog.c: Some visual tweaks to the about dialog,
obey HIG spacing a bit more, add a hand cursor when over the
link button. (#163979, Jorn Baayen)
+2005-01-31 Matthias Clasen <mclasen@redhat.com>
+
+ * modules/input/gtkimcontextxim.c: Use NULL, not 0 to terminate
+ NULL-terminated va lists. (#165683)
+
2005-01-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_set_draw):
2005-01-27 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
+ Make wrapping work in RTL mode.
+
* gtk/gtkaboutdialog.c: Some visual tweaks to the about dialog,
obey HIG spacing a bit more, add a hand cursor when over the
link button. (#163979, Jorn Baayen)
preedit_attr = XVaCreateNestedList (0,
XNSpotLocation, &spot,
- 0);
+ NULL);
XSetICValues (ic,
XNPreeditAttributes, preedit_attr,
NULL);
preedit_attr = XVaCreateNestedList(0,
XNPreeditState, &preedit_state,
- 0);
+ NULL);
if (!XGetICValues(ic,
XNPreeditAttributes, preedit_attr,
NULL))
preedit_attr = XVaCreateNestedList(0,
XNPreeditState, preedit_state,
- 0);
+ NULL);
if (have_preedit_state)
XSetICValues(ic,
XNPreeditAttributes, preedit_attr,